Thanks Jan,
I wonder if you could help in getting the post within the macro?
I'm currently trying:
CMSForum_ForumPost post = sender.SourceObject as CMSForum_ForumPost;
postUrl = ForumFunctions.GetPostURL(post.PostID, post.ForumID);
However post is coming out as null, how would I access the post property within the macro in order to use it?
Thanks